a=496
id(a)
b=1729
id(b)
b=a
id(a)==id(b)
#This is equivalent to the more common expression
a is b